|
Eclipse Platform Pre-release 3.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A dynamic variable is a variable whose value is computed dynamically by a resolver at the time a string substitution is performed. A dynamic variable is contributed by an extension. The following is a definition of a dynamic variable that resolves to the name of the selected resource:
Method Summary | |
String |
getValue(String argument)
Returns the value of this variable when referenced with the given argument, possibly null . |
Methods inherited from interface org.eclipse.core.variables.IStringVariable |
getDescription, getName |
Method Detail |
public String getValue(String argument) throws CoreException
null
.
argument
- argument present in variable expression or null
if none
null
CoreException
- if unable to resolve a value for this variable
|
Eclipse Platform Pre-release 3.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |